Stochastic optimization
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
top
Stochastic optimization (SO) are optimization methods that generate and use random variables. For stochastic optimization problems, the objective functions or constraints are random. Stochastic optimization also include methods with random iterates. Some hybrid methods use random iterates to solve stochastic problems, combining both meanings of stochastic optimization.cite-ref-spall2003-1-0[1] Stochastic optimization methods generalize deterministic methods for deterministic problems.
Contents
• See also
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Methods for stochastic functions
Partly random input data arise in such areas as real-time estimation and control, simulation-based optimization where Monte Carlo simulations are run as estimates of an actual system,cite-ref-fu2002-2-0[2]cite-ref-3[3] and problems where there is experimental (random) error in the measurements of the criterion. In such cases, knowledge that the function values are contaminated by random "noise" leads naturally to algorithms that use statistical inference tools to estimate the "true" values of the function and/or make statistically optimal decisions about the next steps. Methods of this class include:
• simultaneous perturbation SA by Spall (1992)cite-ref-spall1992-6-0[6]
Randomized search methods
On the other hand, even when the data set consists of precise measurements, some methods introduce randomness into the search-process to accelerate progress.cite-ref-7[7] Such randomness can also make the method less sensitive to modeling errors. Another advantage is that randomness into the search-process can be used for obtaining interval estimates of the minimum of a function via extreme value statistics.cite-ref-decarvalho2011-8-0[8]cite-ref-decarvalho2012-9-0[9] Further, the injected randomness may enable the method to escape a local optimum and eventually to approach a global optimum. Indeed, this randomization principle is known to be a simple and effective way to obtain algorithms with almost certain good performance uniformly across many data sets, for many sorts of problems. Stochastic optimization methods of this kind include:
• simulated annealing by S. Kirkpatrick, C. D. Gelatt and M. P. Vecchi (1983)cite-ref-kirk1983-10-0[10]
• Probability Collectives by D.H. Wolpert, S.R. Bieniawski and D.G. Rajnarayan (2011)cite-ref-wolp2011-11-0[11]
• reactive search optimization (RSO) by Roberto Battiti, G. Tecchiolli (1994),cite-ref-battititecchiolli94-12-0[12] recently reviewed in the reference book cite-ref-battitibrunatomascia2008-13-0[13]
• Informational search cite-ref-16[16]
• stochastic tunnelingcite-ref-wenz1999-17-0[17]
• parallel tempering a.k.a. replica exchangecite-ref-mari1992-18-0[18]
• genetic algorithms by Holland (1975)cite-ref-gold1991-19-0[19]
• cascade object optimization & modification algorithm (2016)cite-ref-20[20]
In contrast, some authors have argued that randomization can only improve a deterministic algorithm if the deterministic algorithm was poorly designed in the first place.cite-ref-21[21] Fred W. Glovercite-ref-22[22] argues that reliance on random elements may prevent the development of more intelligent and better deterministic components. The way in which results of stochastic optimization algorithms are usually presented (e.g., presenting only the average, or even the best, out of N runs without any mention of the spread), may also result in a positive bias towards randomness.
See also
References
cite-note-33. ↑ M.C. Campi and S. Garatti. The Exact Feasibility of Randomized Solutions of Uncertain Convex Programs. SIAM J. on Optimization, 19, no.3: 1211–1230, 2008.[1]
cite-note-kw1952-55. ↑ citerefj-kieferj-wolfowitz1952J. Kiefer; J. Wolfowitz (1952). "Stochastic Estimation of the Maximum of a Regression Function". Annals of Mathematical Statistics. 23 (3): 462–466. doi:10.1214/aoms/1177729392.
cite-note-77. ↑ Holger H. Hoos and Thomas Stützle, Stochastic Local Search: Foundations and Applications, Morgan Kaufmann / Elsevier, 2004.
cite-note-kirk1983-1010. ↑ citerefs-kirkpatrickc-d-gelattm-p-vecchi1983S. Kirkpatrick; C. D. Gelatt; M. P. Vecchi (1983). "Optimization by Simulated Annealing". Science. 220 (4598): 671–680. Bibcode:1983Sci...220..671K. CiteSeerX 10.1.1.123.7607. doi:10.1126/science.220.4598.671. PMID 17813860. S2CID 205939.
cite-note-wolp2011-1111. ↑ citerefd-h-wolperts-r-bieniawskid-g-rajnarayan2011D.H. Wolpert; S.R. Bieniawski; D.G. Rajnarayan (2011). "Probability Collectives in Optimization". Santa Fe Institute.
cite-note-battitibrunatomascia2008-1313. ↑ citerefbattitimauro-brunatofranco-mascia2008Battiti, Roberto; Mauro Brunato; Franco Mascia (2008). Reactive Search and Intelligent Optimization. Springer Verlag. ISBN 978-0-387-09623-0.
cite-note-rubkro-1414. ↑ citerefrubinstein-r-y-kroese-d-p-2004Rubinstein, R. Y.; Kroese, D. P. (2004). The Cross-Entropy Method. Springer-Verlag. ISBN 978-0-387-21240-1.
cite-note-wenz1999-1717. ↑ citerefw-wenzelk-hamacher1999W. Wenzel; K. Hamacher (1999). "Stochastic tunneling approach for global optimization of complex potential energy landscapes". Phys. Rev. Lett. 82 (15): 3003. arXiv:physics/9903008. Bibcode:1999PhRvL..82.3003W. doi:10.1103/PhysRevLett.82.3003. S2CID 5113626.
cite-note-2121. ↑ citerefyudkowsky2008Yudkowsky, Eliezer (11 November 2008). "Worse Than Random - LessWrong".
Further reading
• Michalewicz, Z. and Fogel, D. B. (2000), How to Solve It: Modern Heuristics, Springer-Verlag, New York.
External links